home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000026_news@newsmaster….columbia.edu _Sun Jul 6 12:32:26 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA10141
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 6 Jul 1997 12:32:25 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA27489
  7.     for kermit.misc@watsun; Sun, 6 Jul 1997 12:32:25 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!cpk-news-hub1.bbnplanet.com!su-news-hub1.bbnplanet.com!news.bbnplanet.com!news.alt.net!news1.alt.net!usenet
  9. From: artstone@ibm.net (Art Stone)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: File transfer echo problem
  12. Date: Sun, 06 Jul 1997 16:09:43 GMT
  13. Organization: Altopia Corp. - Usenet Access - http://www.altopia.com
  14. Lines: 25
  15. Message-ID: <33bfc221.879459@news.alt.net>
  16. References: <5poa33$t65$1@alcor.nstar.net>
  17. Reply-To: artstone@usa.net
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Newsreader: Forte Agent 1.0/32.390
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:7274
  23.  
  24. On Sun, 06 Jul 1997 14:23:30 GMT, Andrew Chalk excited 13 billion
  25. electrons with:
  26.  
  27. >I am using a micro to communicate from a kermit implementation that I
  28. >wrote to Kermit-TSO v4.0 (88/3/14). When I use the RECEIVE <filename>
  29. >command and send my SEND-INIT packet, the mainframe ECHOS BACK the
  30. >SEND-INIT packet, and then sends the expected ACK. In fact, when I
  31. >modified my code to handle this i found that the mainframe echoes back
  32. >EVERY PACKET I send, including the 'D' (DATA) packets before returning
  33. >the expected response?
  34. >
  35. >Is this a bug in Kermit-TSO or a setting on the mainframe. It
  36. >certainly is strange!
  37. >
  38. Sounds like the mainframe has "echo" enabled - while recently writing a
  39. host implementation, I (very) temporary had the same symptom.  You
  40. should try to find out how to disable echo.  In the event you are unable
  41. to disable echo, Mr. da Cruz mentions in his book that you can resolve
  42. this by checking to see if the response packet type matches the last
  43. packet you sent.  Since this condition never occurs in the protocol, you
  44. can safely ignore the echoed packets.
  45.  
  46. Art Stone
  47. ---
  48. Just one of the 16% of Internet users who used to use AOL